Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add example demonstrating Deno collections for user data processing #1107

Merged
merged 5 commits into from
Nov 4, 2024

Conversation

mstojanovic013
Copy link
Contributor

Added an example demonstrating how to use Deno’s @std/collections library for user data processing. This example utilizes the pick, omit, and partition functions to selectively extract data fields, remove specific fields, and categorize users into different groups.

Copy link
Collaborator

@thisisjofrank thisisjofrank left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice example! Thank you!
Drop us an email at [email protected] if you'd like some stickers as an extra thank you!

@thisisjofrank thisisjofrank merged commit 66fc5b9 into denoland:main Nov 4, 2024
2 checks passed
@mstojanovic013
Copy link
Contributor Author

Thank you for the feedback! I really enjoyed creating this example and contributing to the project. I'm happy to help with additional examples in the future if that's welcome. By the way, I’ll reach out via email for some stickers—thank you for the offer! Looking forward to more collaboration!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants